Uses of Class
org.eclipse.vtp.framework.common.configurations.VariableMappingConfiguration

Packages that use VariableMappingConfiguration
org.eclipse.vtp.framework.common.configurations   
 

Uses of VariableMappingConfiguration in org.eclipse.vtp.framework.common.configurations
 

Methods in org.eclipse.vtp.framework.common.configurations that return VariableMappingConfiguration
 VariableMappingConfiguration DispatchConfiguration.getVariableMapping(java.lang.String variableName)
          Returns the configuration for the specified variable in the target process.
 

Methods in org.eclipse.vtp.framework.common.configurations with parameters of type VariableMappingConfiguration
 void DispatchConfiguration.setVariableMapping(java.lang.String variableName, VariableMappingConfiguration variableMapping)
          Sets the configuration for the specified variable in the target process.